space method
This extension provides a method to convert a nullable int value to a Widget that takes a fixed amount of space in the direction of its parent.
Implementation
Widget space() => Space(validate().toDouble());
This extension provides a method to convert a nullable int value to a Widget that takes a fixed amount of space in the direction of its parent.
Widget space() => Space(validate().toDouble());