DynamicListItemStyle class

Constructors

DynamicListItemStyle({TextStyle? androidTextStyle, TextStyle? iOSTextStyle, DynamicListItemColorTheme colorTheme = const DynamicListItemColorTheme(), TargetPlatform? overridePlatformStyling, bool useDividers = true})
const

Properties

androidTextStyle TextStyle?
TextStyle which is used for the title on Android.
final
colorTheme DynamicListItemColorTheme
Will provide custom colors for the list item.
final
hashCode int
The hash code for this object.
no setterinherited
iOSTextStyle TextStyle?
TextStyle which is used for the title on iOS.
final
overridePlatformStyling TargetPlatform?
An override which can be used to override styling for a specific platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useDividers bool
Default usage of dividers.
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