KitConfig class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Properties

apiLogDataLengthInChars int
getter/setter pair
defaultAppBarElevation double
getter/setter pair
defaultAppButtonElevation double
getter/setter pair
defaultAppButtonRadius double
getter/setter pair
defaultBlurRadius double
getter/setter pair
defaultCurrencySymbol String
getter/setter pair
defaultDialogShape ShapeBorder?
getter/setter pair
defaultElevation int
getter/setter pair
defaultInkWellHighlightColor Color?
getter/setter pair
defaultInkWellHoverColor Color?
getter/setter pair
defaultInkWellRadius double?
getter/setter pair
defaultInkWellSplashColor Color?
getter/setter pair
defaultRadius double
getter/setter pair
defaultSpreadRadius double
getter/setter pair
envType EnvType
getter/setter pair
fontFamilyBoldGlobal String?
getter/setter pair
fontFamilyPrimaryGlobal String?
getter/setter pair
fontFamilySecondaryGlobal String?
getter/setter pair
fontWeightBoldGlobal FontWeight
getter/setter pair
fontWeightPrimaryGlobal FontWeight
getter/setter pair
fontWeightSecondaryGlobal FontWeight
getter/setter pair
isIOS bool
getter/setter pair
passwordLengthGlobal int
getter/setter pair
removeTryCatch bool
getter/setter pair
shadowColorGlobal Color
getter/setter pair
showApiReqLog bool
getter/setter pair
showApiResLog bool
getter/setter pair
showDevErrorLog bool
getter/setter pair
showDevLog bool
getter/setter pair
textBoldSizeGlobal double
getter/setter pair
textPrimarySizeGlobal double
getter/setter pair
textSecondarySizeGlobal double
getter/setter pair
transitionType TransitionType
getter/setter pair

Static Methods

init({EnvType? envType, bool? showApiReqLog, bool? showApiResLog, bool? showDevLog, bool? showDevErrorLog, bool? removeTryCatch, TransitionType? transitionType, double? textBoldSizeGlobal, double? textPrimarySizeGlobal, double? textSecondarySizeGlobal, String? fontFamilyBoldGlobal, String? fontFamilyPrimaryGlobal, String? fontFamilySecondaryGlobal, FontWeight? fontWeightBoldGlobal, FontWeight? fontWeightPrimaryGlobal, FontWeight? fontWeightSecondaryGlobal, double? defaultAppButtonRadius, double? defaultAppButtonElevation, Color? defaultInkWellSplashColor, Color? defaultInkWellHoverColor, Color? defaultInkWellHighlightColor, double? defaultInkWellRadius, Color? shadowColorGlobal, int? defaultElevation, double? defaultRadius, double? defaultBlurRadius, double? defaultSpreadRadius, double? defaultAppBarElevation, int? passwordLengthGlobal, ShapeBorder? defaultDialogShape, String? defaultCurrencySymbol, required BuildContext context}) → void
Initialize LayerKitConfig with custom parameters