扑:墨水瓶()按钮

代码示例

0
0

扑:墨水瓶()按钮

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
..................................................................................................................