“Obrócić tekst trzepot” Kod odpowiedzi

Jak obrócić ikonę lub tekst w trzepot

Transform.rotate(
                 angle: 50, //set the angel 
                 child: Icon(Icons.format_bold,size: 50,
                 color: Colors.white,
                 ),
               ),
Awab_Sabir

Transform.rotacji trzepot

// This example rotates an orange box containing text around its center by fifteen degrees
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!'),
  ),
)
Slow Cheetah

Obrócić tekst trzepot

RotatedBox(
  quarterTurns: 1,
  child: new Text("Lorem ipsum")
)
Alert Antelope

Odpowiedzi podobne do “Obrócić tekst trzepot”

Pytania podobne do “Obrócić tekst trzepot”

Więcej pokrewnych odpowiedzi na “Obrócić tekst trzepot” w Dart

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu