We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to Reproduce Autotext does not use the amount of space available.
Code sample
return Scaffold( appBar: AppBar( elevation: 0, title: Text( "Wählen Sie ein Ziel", style: Theme.of(context) .textTheme .headline5 ?.copyWith(color: Colors.white), ), backgroundColor: Colors.green, leading: IconButton( icon: const Icon(Icons.arrow_back), onPressed: () => Navigator.pop(context), )), body: Column( children: [ Container( child: Padding( padding: const EdgeInsets.symmetric(horizontal: 20.0), child: AutoSizeText( "Wählen Sie hier ein Ziel, für das Sie eines erfassen wollen. " ), ), width: size.width, height: size.height * 0.16, decoration: const BoxDecoration( gradient: LinearGradient( begin: Alignment.bottomCenter, end: Alignment.topCenter, colors: [Colors.lightGreen, Colors.green], ), color: Colors.green, borderRadius: BorderRadius.only( bottomLeft: Radius.circular(30), bottomRight: Radius.circular(30))), ), Expanded(....
Screenshots
Version
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to Reproduce
Autotext does not use the amount of space available.
Code sample
Screenshots
Version
The text was updated successfully, but these errors were encountered: