EzProp class

Full documentation: https://www.ezflap.io/deep-dive/props/props.html

Native Flutter widgets receive data from their host widgets using constructor parameters; ezFlap widgets use Props instead.

A Prop is similar to a constructor parameter, only that instead of being specified in a constructor - it is specified as a field in the widget class, and marked with the @EzProp annotation.

Constructors

EzProp(String name)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The prop's Assigned Name.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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