flutter_ninepatch_image 0.0.1
flutter_ninepatch_image: ^0.0.1 copied to clipboard
ninepatch image for Flutter
ninepatch image for Flutter #
TODO: flutter .9 image
Getting started #
TODO: List prerequisites and provide or point to information on how to start using the package.
Usage #
dependencies:
flutter_ninepatch_image: ^0.0.1
NinePatchImage.asset(
name: 'assets/test_ninepatch.9.png',
scale: 3.0,
alignment: Alignment.center,
child: Text(
'test',
style: TextStyle(
color: Colors.white,
fontSize: 16,
),
),
);