ActionSelect class

Inheritance

Constructors

ActionSelect({String? description, PageRoute? route, Map<String, String>? keys, FunctionAction? function, Widget? icon, Widget page()?, bool closePage = false, FunctionActionUpd? functionUpd, bool? enabled, bool? floatingActionButtonMini, ButtonPosition buttonPosition(int typeScreen)?})

Properties

buttonPosition → (ButtonPosition Function(int typeScreen)?)
finalinherited
closePage bool
Indica se a tela deve ser fechada ou não
getter/setter pair
description String?
getter/setter pair
enabled bool?
getter/setter pair
floatingActionButtonMini bool?
getter/setter pair
function FunctionAction?
getter/setter pair
functionUpd FunctionActionUpd?
Tem um papel igual da função, esta porém atualiza a tela quando recebe um resultado verdadeiro
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icon Widget?
getter/setter pair
keys Map<String, String>?
Keys das colunas a serem enviadas, e o nome como elas devem ir
getter/setter pair
page ↔ (Widget Function()?)
getter/setter pair
route PageRoute?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(ButtonPosition position, void onTap()?) Widget
override
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