space method

Widget space()

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());