CustomizableMultiselectDialogOptions class

Constructors

CustomizableMultiselectDialogOptions({Text? title, String okButtonLabel = 'Ok', String cancelButtonLabel = 'Cancel', bool enableSearchBar = true, InputDecoration? searchBarDecoration})
const

Properties

cancelButtonLabel String
A string that define the label of the cancel button of the AlertDialog.
final
enableSearchBar bool
A boolean that define if the search bar should appear.
final
hashCode int
The hash code for this object.
no setterinherited
okButtonLabel String
A string that define the label of the ok button of the AlertDialog.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchBarDecoration InputDecoration?
A InputDecoration widget that will be decoration of the search bar.
final
title Text?
A Text widget that will be the title of the AlertDialog.
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