TDBottomTabBarPopUpShapeConfig class

弹窗UI配置

Constructors

TDBottomTabBarPopUpShapeConfig({double? popUpWidth, double? popUpitemHeight = _kDefaultMenuItemHeight, Color? backgroundColor, double? radius, double? arrowWidth, double? arrowHeight})

Properties

arrowHeight double?
箭头高度 默认8
final
arrowWidth double?
箭头宽度 默认13.5
final
backgroundColor Color?
弹窗背景颜色
final
hashCode int
The hash code for this object.
no setterinherited
popUpitemHeight double?
单个选项高度 所有选项等高 不设置则使用默认值 48
final
popUpWidth double?
弹窗宽度(不设置,默认为按钮宽度 - 20)
final
radius double?
pannel圆角 默认0
final
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