toBuild method
dynamic
toBuild()
Implementation
toBuild() {
return Center(
widthFactor: _widthFactor,
heightFactor: _heightFactor,
child: child,
);
}
toBuild() {
return Center(
widthFactor: _widthFactor,
heightFactor: _heightFactor,
child: child,
);
}