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
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited