WattThemeData class

Constructors

WattThemeData({String fontFamily = "Poppins", double bigButtonHeight = 55, double buttonBorderRadius = 8, double inputBorderRadius = 8, bool appBarCenterTitle = false, double appBarElevation = 0, NotificationMessageData notificationMessageData = const NotificationMessageData()})

Properties

appBarCenterTitle bool
final
appBarElevation double
final
bigButtonHeight double
final
buttonBorderRadius double
final
fontFamily String
final
hashCode int
The hash code for this object.
no setterinherited
inputBorderRadius double
final
notificationMessageData NotificationMessageData
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

generate(BuildContext context) ThemeData
generateDark(BuildContext context) ThemeData
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