CookieSettingsStyle class

Constructors

CookieSettingsStyle.new({Color dialogBackgroundColor = Colors.white, EdgeInsets dialogPadding = const EdgeInsets.all(24.0), EdgeInsets contentPadding = const EdgeInsets.symmetric(horizontal: 16.0), double dialogElevation = 8.0, double dialogBorderRadius = 12.0, TextStyle titleTextStyle = const TextStyle(fontSize: 20, fontWeight: FontWeight.bold), TextStyle cookieTitleTextStyle = const TextStyle(fontWeight: FontWeight.bold, fontSize: 16), TextStyle cookieDescriptionTextStyle = const TextStyle(color: Colors.grey, fontSize: 14), Color switchActiveColor = Colors.blue, Color switchInactiveColor = Colors.grey, double switchTrackHeight = 24.0, double switchThumbRadius = 10.0, double spacingBetweenItems = 16.0})
const

Properties

contentPadding EdgeInsets
final
cookieDescriptionTextStyle TextStyle
final
cookieTitleTextStyle TextStyle
final
dialogBackgroundColor Color
final
dialogBorderRadius double
final
dialogElevation double
final
dialogPadding EdgeInsets
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spacingBetweenItems double
final
switchActiveColor Color
final
switchInactiveColor Color
final
switchThumbRadius double
final
switchTrackHeight double
final
titleTextStyle TextStyle
final

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