ShellSlots class

Insieme degli slot pubblicati da una pagina.

Annotations

Constructors

ShellSlots({ShellBack? back, List<ShellCrumb> breadcrumbs = const [], List<ShellAction> pageActions = const [], List<ShellContextControl> contextControls = const [], ShellRevealControl? contextOverflow, Widget? selectionBar})
const

Properties

back ShellBack?
final
final
contextControls List<ShellContextControl>
final
contextOverflow ShellRevealControl?
"Altre azioni" della pagina/tabella, in coda alla riga bassa del bottom mobile (a destra, dopo back + pageActions). Reveal: tap → lista inline. null se la pagina non espone un overflow.
final
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
no setter
pageActions List<ShellAction>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectionBar Widget?
Barra azioni bulk (selezione tabella) pubblicata dalla tabella su mobile. Quando NON null, il bottom contestuale mostra SOLO questa (sostituisce controlli + pageActions): le azioni sulla selezione hanno priorità.
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

Constants

empty → const ShellSlots