init property

dynamic Function(T)? init
final

Optional init function called when widget is first built

Implementation

final Function(T)? init;