Skip to main content

Options class

<p>This class creates a Option model.</p>

Constructors

Options ({required Widget icon, required String title, required String subtitle, IconButton? trailingIconButton})

Properties

hashCodeint

The hash code for this object.
<span class="feature">read-only</span><span class="feature">inherited</span>

iconWidget

<span class="feature">read / write</span>

runtimeTypeType

A representation of the runtime type of the object.
<span class="feature">read-only</span><span class="feature">inherited</span>

subtitleString

<span class="feature">read / write</span>

titleString

<span class="feature">read / write</span>

trailingIconButtonIconButton?

<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>