Skip to main content

Options class

This class creates a Option model.

Constructors

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

Properties

hashCodeint

The hash code for this object.
read-onlyinherited

iconWidget

read / write

runtimeTypeType

A representation of the runtime type of the object.
read-onlyinherited

subtitleString

read / write

titleString

read / write

trailingIconButtonIconButton?

read / write

Methods

noSuchMethod(Invocation invocation) dynamic

Invoked when a non-existent method or property is accessed.
inherited

toString() String

A string representation of this object.
inherited

Operators

operator ==(Object other) bool

The equality operator.
inherited