game_button 0.0.1 copy "game_button: ^0.0.1" to clipboard
game_button: ^0.0.1 copied to clipboard

Flutter Game Button

How to use? #

Add game_button: to your pubspec.yaml dependencies then run flutter pub get

Add from pub [Stable]

 dependencies:
  game_button:

Usage #

GameButton(
title: 'Play Online',
backColor: Colors.deepPurple,
gradientColors: [
Colors.purple,
Colors.purpleAccent,
],
// textColor: Colors.blue,
// textStokeColor: Colors.white,
// textStokeWidth: 3,
// fontWeight: FontWeight.w100,
// stokeColor: Colors.black,
// stokeWidth: 3,
)
1
likes
130
points
27
downloads

Publisher

verified publisherprogrammingwormhole.com

Weekly Downloads

Flutter Game Button

Homepage

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, google_fonts

More

Packages that depend on game_button