Options class
<p>This class creates a Option model.</p>
Constructors
Options ({required Widget icon, required String title, required String subtitle, IconButton? trailingIconButton})
Properties
hashCode → int
The hash code for this object.
<span class="feature">read-only</span><span class="feature">inherited</span>
icon ↔ Widget
<span class="feature">read / write</span>
runtimeType → Type
A representation of the runtime type of the object.
<span class="feature">read-only</span><span class="feature">inherited</span>
subtitle ↔ String
<span class="feature">read / write</span>
title ↔ String
<span class="feature">read / write</span>
trailingIconButton ↔ IconButton?
<span class="feature">read / write</span>
Methods
noSuchMethod(Invocation invocation) dynamic
Invoked when a non-existent method or property is accessed.
<span class="feature">inherited</span>
toString() String
A string representation of this object.
<span class="feature">inherited</span>
Operators
operator ==(Object other) bool
The equality operator.
<span class="feature">inherited</span>