CupertinoVisualStyle class

Constructors

CupertinoVisualStyle()
factory
CupertinoVisualStyle.defaults()
const
CupertinoVisualStyle.of({required bool appBarHasBorder, required Color appBarColor, required Color cardColor, required EdgeInsets? inputPadding, required TextStyle? appBarTextStyle, required CupertinoTabBarData? tabBarData, required List<BoxShadow>? cardShadow})
const

Properties

appBarColor Color
final
appBarHasBorder bool
final
appBarTextStyle TextStyle?
final
cardColor Color
final
cardShadow List<BoxShadow>?
final
hashCode int
The hash code for this object.
no setterinherited
inputPadding EdgeInsets?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabBarData → CupertinoTabBarData?
final

Methods

copyWith({bool? appBarHasBorder, Color? appBarColor, Color? cardColor, EdgeInsets? inputPadding, TextStyle? appBarTextStyle, CupertinoTabBarData? tabBarData, List<BoxShadow>? cardShadow}) CupertinoVisualStyle
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
withBrightness(BuildContext context) CupertinoVisualStyle
withTextScale(double textScaleFactor) CupertinoVisualStyle

Operators

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

Static Properties

instance CupertinoVisualStyle
getter/setter pair