Answers for "container scale flutter"

1

container scale flutter

Transform.scale(
  scale: 0.5,
  child: Container(
    padding: const EdgeInsets.all(8.0),
    color: const Color(0xFFE8581C),
    child: const Text('Bad Idea Bears'),
  ),
)
Posted by: Guest on April-12-2022

Browse Popular Code Answers by Language