initState method
Initialize state. Called once when the State object is created.
Implementation
@override
void initState() {
super.initState();
component.holder.attach(this);
}
Initialize state. Called once when the State object is created.
@override
void initState() {
super.initState();
component.holder.attach(this);
}