FDropdown class

下拉ui

Constructors

FDropdown()
factory

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

dispose() → void
页面关闭时调用
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show({required GlobalKey<State<StatefulWidget>> distWidgetKey, required Widget child, bool? isSelfExpand, EdgeInsetsGeometry? allMargin, double? allMarginLeft, double? allMarginRight, double? allMarginTop, EdgeInsetsGeometry? contMargin, double? contMarginLeft, double? contMarginRight, double? contMarginTop, double? width, double? height, Color? allBgColor, Color? contBgColor, Color? shadowColor, OverlayAlign? align, double? elevation, ShapeBorder? shape}) → void
展示下拉ui
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance FDropdown
no setter