BrnCommonActionSheetItem class

create BrnCommonActionSheetItem

Constructors

BrnCommonActionSheetItem(String title, {String? desc, BrnCommonActionSheetItemStyle actionStyle = BrnCommonActionSheetItemStyle.normal, TextStyle? titleStyle, TextStyle? descStyle})

Properties

actionStyle BrnCommonActionSheetItemStyle
样式 BrnActionSheetActionStyle
final
desc String?
辅助信息
getter/setter pair
descStyle TextStyle?
辅助信息文本样式
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
标题文字
getter/setter pair
titleStyle TextStyle?
主标题文本样式
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