center_text

Creator: coderz1093

Last updated:

0 purchases

center_text Image
center_text Images

Languages

Categories

Add to Cart

Description:

center text

Center text #
A placeholder for better Flutter development experience,
that you don't need to make your child required everywhere in your code base.
class Example extends StatelessWidget {
const Example({
super.key,
// Other properties...
this.child = const CenterText('example widget'),
});

// Other properties...
final Widget child;

@override
Widget build(BuildContext context) {
// Replace here with your code.
return child;
}
}
copied to clipboard

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.