FlintButtonThemes class

Constructors

FlintButtonThemes()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

ghost({required String text, required String url, ButtonSize size = ButtonSize.medium, String? icon}) FlintButton
outline({required String text, required String url, ButtonSize size = ButtonSize.medium, bool fullWidth = false, String? icon}) FlintButton
primary({required String text, required String url, ButtonSize size = ButtonSize.medium, bool fullWidth = false, String? icon}) FlintButton
secondary({required String text, required String url, ButtonSize size = ButtonSize.medium, bool fullWidth = false, String? icon}) FlintButton
success({required String text, required String url, ButtonSize size = ButtonSize.medium, bool fullWidth = false, String? icon}) FlintButton

Constants

arrowRight → const String
calendar → const String
checkmark → const String
download → const String
heart → const String
large → const EdgeInsets
medium → const EdgeInsets
play → const String
rocket → const String
shoppingCart → const String
small → const EdgeInsets
star → const String
xlarge → const EdgeInsets