BottomConvexAction class

Constructors

BottomConvexAction({Widget? widget, String? text, String? tag, dynamic extra, double? size, Color? backgroundColor})

Properties

backgroundColor Color?
按钮背景颜色
final
extra → dynamic
扩展数据
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double?
按钮大小 只在barStyle=BottomBarStyle.middleConvex时有效
final
tag String?
按钮标识
final
text String?
文本,可为空
final
widget Widget?
中间组件
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