StatelessComponent class abstract
- Inheritance
- Implementers
Constructors
- StatelessComponent({Key? key})
-
const
Properties
Methods
-
build(
BuildContext context) → Component -
createBinding(
) → StatelessBinding -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toStringDeep(
) → String -
override
-
toStringSort(
) → String -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited