idkit_button 0.0.1
idkit_button: ^0.0.1 copied to clipboard
This package mainly deals with the convenient construction of button components that interact with users in the development of the Flutter project.
0.0.1 #
-
Convenient expansion of button components
-
Text button
factory IDKitButton.title(...) -> IDKitButton -
Image button
factory IDKitButton.image(...) -> IDKitButton -
Image and text button
factory IDKitButton.imageAndText(...) -> IDKitButton -
Cut corner type button
factory IDKitButton.corner(...) -> IDKitButton -
Gradient type button
factory IDKitButton.gradient(...) -> IDKitButton -
Border type button
factory IDKitButton.outline(...) -> IDKitButton -
Custom type button
const IDKitButton(...) -> IDKitButton
-