init property
dynamic Function(T)?
init
final
Optional init function called when widget is first built
Implementation
final Function(T)? init;
Optional init function called when widget is first built
final Function(T)? init;