SelectPage<T> class

多选Or单选界面,成功后,返回 List

Inheritance

Constructors

SelectPage(String title, List<T> data, {Key? key, BuildCheckChild<T>? buildCheckChild, List<T>? selectedData, Compare<T>? compare, bool multiple = true, bool showSearchBar = false})

Properties

buildCheckChild BuildCheckChild<T>?
final
compare Compare<T>?
final
controller TextEditingController
final
data List<T>
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
multiple bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedData List<T>?
final
showSearchBar bool
final
title String
final

Methods

back(BuildContext context, {bool success = false, List items = const []}) → void
override
build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
inherited
buildAppBar(BuildContext context) AppBar
inherited
buildBody(BuildContext context) Widget?
override
buildBottomAppBar(BuildContext context) BottomAppBar?
inherited
buildEndDrawer(BuildContext context) Widget?
override
buildFloatingActionButton(BuildContext context) Widget?
inherited
buildLoadingWidget() Widget
inherited
buildNavigationButton(BuildContext context) Widget
override
buildTitle(BuildContext context) Widget
override
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
getBackgroundColor(BuildContext context) Color
inherited
isEmpty(dynamic value) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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