cl_offset

Creator: coderz1093

Last updated:

0 purchases

cl_offset Image
cl_offset Images

Languages

Categories

Add to Cart

Description:

cl offset

add widget extension to extend the widget class
Features #
Widget move({double x = 0, double y = 0})
Widget offset({double x = 0, double y = 0})
Widget scale({double x = 1, double y = 1, Alignment basePoint = Alignment.center})
Widget rotate({double angle = 0, Alignment basePoint = Alignment.center})
Widget flip({bool horizontal = false, bool vertical = false})
Widget skew({double horizontal = 0, double vertical = 0, Alignment basePoint = Alignment.center})
Widget rotateX({double angle = 0, Alignment basePoint = Alignment.center})
Widget rotateY({double angle = 0, Alignment basePoint = Alignment.center})
Getting started #
add cl_offset into pubspec.yaml
add extension functions to any widget
Usage #
var txt = Text('test')
txt.move(x:20, y:0)
copied to clipboard
Additional information #

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.