Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

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!'),
  ),
)
Source by api.flutter.dev #
 
PREVIOUS NEXT
Tagged: #transform #widget #flutter
ADD COMMENT
Topic
Name
6+4 =