space property

Widget get 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 get space => Space(validate().toDouble());