padded 1.0.1 copy "padded: ^1.0.1" to clipboard
padded: ^1.0.1 copied to clipboard

Adds directional widgets for padding to speed up padding widgets

Adds directional widgets for padding to speed up padding widgets

Features #

Adds the following padding widgets

  • PaddingAll
  • PaddingVertical
  • PaddingHorizontal
  • PaddingLeft
  • PaddingRight
  • PaddingTop
  • PaddingBottom
  • PaddingTopLeft
  • PaddingTopRight
  • PaddingBottomLeft
  • PaddingBottomRight

Usage #

import 'package:padded/padded.dart';

PaddingTopLeft(
  padding: 10,
  child: Text('Hello World'),
)
1
likes
130
pub points
55%
popularity

Publisher

verified publisherarcane.art

Adds directional widgets for padding to speed up padding widgets

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on padded