กระพือภาพ:InkWell()ปุ่ม

รหัสตัวอย่าง

0
0

กระพือภาพ:InkWell()ปุ่ม

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),
  ),
),

หน้าคล้ายกัน

คล้ายกันหน้ากับตัวอย่าง

ในภาษาอื่นๆ

หน้านี้อยู่ในภาษาอื่นๆ

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

ดังอยู่ในนี้หมวดหมู่

ดังหน้ากับตัวอย่างอยู่ในหมวดหมู่