You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question
I am already using NeumorphicText to display text, Now If I want to resize it I have to use AutoSizeText. How can I use both widgets together.
Code sample
What I am using is:
_getHeaderTextWidget() {
return NeumorphicText(
"Create WhatsApp Quiz, Spoiler, Joke, Pay-off, or General Intro of Business for longer messages with “... Read more” button",
textStyle: NeumorphicTextStyle(fontFamily: 'fontFamily', fontSize: 26.0),
textAlign: TextAlign.center,
style: NeumorphicStyle(
color: Extension.textColor(context),
shadowLightColor: Extension.textColor(context)),
);
}
Version
Flutter version: Channel stable, 1.22.5,
auto_size_text version: 2.1.0
neumorphic 0.4.0
The text was updated successfully, but these errors were encountered:
Question
I am already using NeumorphicText to display text, Now If I want to resize it I have to use AutoSizeText. How can I use both widgets together.
Code sample
What I am using is:
Version
The text was updated successfully, but these errors were encountered: