azhar
Results
1
comments of
azhar
``` child: new DropCapText( 'Long Text', dropCap: DropCap( width: 20, height: 10, child: Image.asset( 'assets/verified_drop_cap.png'), dropCapPadding: new EdgeInsets.only(top: 5.0), style: new TextStyle( fontWeight: FontWeight.bold, fontSize: 14.0,height: 1.2), maxLines: 3, overflow:...