Answers for "transform widget flutter"

1

transform widget flutter

Transform.rotate(
  angle: -math.pi / 12.0,
  child: Container(
    padding: const EdgeInsets.all(8.0),
    color: const Color(0xFFE8581C),
    child: const Text('Apartment for rent!'),
  ),
)
Posted by: Guest on May-08-2020

Code answers related to "Dart"

Browse Popular Code Answers by Language