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
This is my code:
DropCapText( "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam id rhoncus urna." ?? "", style: TextStyle(fontSize: 16, color: Colors.black87, height: 1.1), dropCapPadding: EdgeInsets.only(right: Constants.PADDING), maxLines: 30, forceNoDescent: true, dropCap: DropCap( width: 36, height: 36, child: Icon( Icons.handshake_outlined, size: 36, color: Colors.black87, ), ) ), Container( color: Colors.orange, height: 12, child: Row(), ),
And this is the result:
As you see there is an extra line at the bottom of DropCapText. Can anyone say how to remove it?
The text was updated successfully, but these errors were encountered:
mtiziano#24, mtiziano#22, solved, readMore option added
de192a9
No branches or pull requests
This is my code:
And this is the result:
As you see there is an extra line at the bottom of DropCapText. Can anyone say how to remove it?
The text was updated successfully, but these errors were encountered: