for responce
More...
A tiny extension on num to easily create vertical (.h) and horizontal (.w) SizedBoxes.
num
.h
.w
SizedBox
import 'package:space_extension/space_extension.dart'; Column( children: [ Text('Hello'), 16.h, // SizedBox(height: 16) Text('World'), 8.w, // SizedBox(width: 8) ], );
unverified uploader
API reference
MIT (license)
flutter
Packages that depend on my_package_for_height
Back