sublimeflutterkit 0.0.13 copy "sublimeflutterkit: ^0.0.13" to clipboard
sublimeflutterkit: ^0.0.13 copied to clipboard

Customized Button

There are number of properties that you can modify

  • Text
  • Height
  • Width
  • Container color
  • Text Color
  • Text Size

Container( height: height, width: width, decoration: BoxDecoration( color: color, borderRadius: BorderRadius.circular(25), boxShadow: const [ BoxShadow( color: Colors.grey, blurRadius: 0.5, offset: Offset(0.5, 0.5), blurStyle: BlurStyle.outer, ) ]), child: Center( child: Text( txt,style: TextStyle(color: color1, fontSize: size, fontWeight: FontWeight.bold),)), ),

.

// all ok

3
likes
120
points
24
downloads

Publisher

verified publisherbitandbytelab.com

Weekly Downloads

Customized Button

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on sublimeflutterkit