CouverThemeData class

Constructors

CouverThemeData({String obscuringCharacter = "·", Locale? locale, double gutter = 4, double pagePadding = 24, double inputBorderRadius = 8, Duration animationSizeDuration = const Duration(milliseconds: 200), Curve animationSizeCurve = Curves.easeInOut, InteractiveInkFeatureFactory splashFactory = InkSparkle.splashFactory, CouverThemeColors colors = const CouverThemeColors(), Widget buttonLoadingBuilder(BuildContext context, Size size, Color? color)?, Widget tileLoadingBuilder(BuildContext context, Size size, Color? color)?, double? tileLoadingWidth})
const
CouverThemeData.dark({String obscuringCharacter = "·", Locale? locale, double gutter = 4, double pagePadding = 24, double inputBorderRadius = 8, Duration animationSizeDuration = const Duration(milliseconds: 200), Curve animationSizeCurve = Curves.easeInOut, InteractiveInkFeatureFactory splashFactory = InkSparkle.splashFactory, CouverThemeColors colors = const CouverThemeColors.dark(), Widget buttonLoadingBuilder(BuildContext context, Size size, Color? color)?, Widget tileLoadingBuilder(BuildContext context, Size size, Color? color)?, double? tileLoadingWidth})
const

Properties

animationSizeCurve Curve
final
animationSizeDuration Duration
final
buttonLoadingBuilder Widget Function(BuildContext context, Size size, Color? color)?
final
colors CouverThemeColors
final
gutter double
final
gutter10 double
no setter
gutter2 double
no setter
gutter3 double
no setter
gutter4 double
no setter
gutter5 double
no setter
gutter6 double
no setter
gutter7 double
no setter
gutter8 double
no setter
gutter9 double
no setter
hashCode int
The hash code for this object.
no setteroverride
inputBorderRadius double
final
locale Locale?
final
obscuringCharacter String
final
pagePadding double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
splashFactory InteractiveInkFeatureFactory
final
tileLoadingBuilder Widget Function(BuildContext context, Size size, Color? color)?
final
tileLoadingWidth double?
final

Methods

copyWith({String? obscuringCharacter, Locale? locale, double? gutter, double? pagePadding, double? inputBorderRadius, Curve? animationSizeCurve, Duration? animationSizeDuration, InteractiveInkFeatureFactory? splashFactory, CouverThemeColors? colors}) CouverThemeData
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 ==(covariant CouverThemeData other) bool
The equality operator.
override