my_package_for_height 0.0.1 copy "my_package_for_height: ^0.0.1" to clipboard
my_package_for_height: ^0.0.1 copied to clipboard

for responce

space_extension #

A tiny extension on num to easily create vertical (.h) and horizontal (.w) SizedBoxes.

Usage #

import 'package:space_extension/space_extension.dart';

Column(
  children: [
    Text('Hello'),
    16.h, // SizedBox(height: 16)
    Text('World'),
    8.w, // SizedBox(width: 8)
  ],
);
1
likes
130
points
136
downloads

Publisher

unverified uploader

Weekly Downloads

for responce

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on my_package_for_height