Flutter: InkWell() tlačidlo

Príklady kódu

0
0

flutter: InkWell() tlačidlo

InkWell(
  customBorder: const CircleBorder(), 	// *** should have this line : when clicked shape Circle
  onTap: () {},
  child: Container(
    padding: const EdgeInsets.all(6),
    decoration: const BoxDecoration(
      color: Colors.black26,
      shape: BoxShape.circle,
    ),
    child: const Icon(Icons.chevron_left),
  ),
),

Podobné stránky

Podobné stránky s príkladmi

V iných jazykoch

Táto stránka je v iných jazykoch

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................