“Pulleted List Trzepotanie” Kod odpowiedzi

Fluaster Bullet

Add "\u2022" infront of String
Lazurite

Pulleted List Trzepotanie

Row(
      crossAxisAlignment: CrossAxisAlignment.start,
      children: [
        Transform.translate(
          offset: const Offset(0, -8),
          child: const Text(
            '•',
            style: TextStyle(fontSize: 30),
          ),
        ),
        const SizedBox(width: kSizeSmall),
        Expanded(
          child: Text(
            title,
            style: context.textTheme.bodyText1,
          ),
        ),
      ],
    );
Temo mahya

Odpowiedzi podobne do “Pulleted List Trzepotanie”

Pytania podobne do “Pulleted List Trzepotanie”

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

Przeglądaj inne języki kodu