VPickerTool class
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
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
showArrayPicker<T>(BuildContext context, {required List data, String? title, String? labelKey, List<int>? selectIndex, required _ClickCallBack clickCallBack})
→ void
-
多列
-
showDatePicker(BuildContext context, {String? title, PickerDateType? dateType, DateTime? maxTime, DateTime? minTime, DateTime? selectTime, int? yearBegin = 1900, int? yearEnd = 2100, int? minHour = 0, int? maxHour = 23, required _ClickCallBack clickCallBack})
→ void
-
日期选择器
-
showStringPicker<T>(BuildContext context, {required List data, String? title, String? labelKey, int selectIndex = 0, Widget? contentOtherChild, _ClickCallBack? clickCallBack})
→ void
-
单列