rebuild method
Notify the framework of a rebuild in the next scheduled frame
Implementation
@Deprecated('Keep it Flutter. Use setState() function.')
bool rebuild() => refresh();
Notify the framework of a rebuild in the next scheduled frame
@Deprecated('Keep it Flutter. Use setState() function.')
bool rebuild() => refresh();