“разделитель трепета” Ответ

разделитель трепета

const Divider(
   thickness: 5, // thickness of the line
   indent: 20, // empty space to the leading edge of divider.
   endIndent: 20, // empty space to the trailing edge of the divider.
   color: Colors.black, // The color to use when painting the line.
   height: 20, // The divider's height extent.
 ),
Sore Serval

Прямая разделитель трепетает

Divider(
   thickness: 5, // thickness of the line
   indent: 20, // empty space to the leading edge of divider.
   endIndent: 20, // empty space to the trailing edge of the divider.
   color: Colors.black, // The color to use when painting the line.
   height: 20, // The divider's height extent.
 ),

Kalyan Chandra

разделитель трепетает

SomeTimes I used Container Instead of Divider

Divider(
   thickness: 5, // thickness of the line
   indent: 20, // empty space to the leading edge of divider.
   endIndent: 20, // empty space to the trailing edge of the divider.
   color: Colors.black, // The color to use when painting the line.
   height: 20, // The divider's height extent.
 ),
Kalyan Chandra

Ответы похожие на “разделитель трепета”

Вопросы похожие на “разделитель трепета”

Больше похожих ответов на “разделитель трепета” по Dart

Смотреть популярные ответы по языку

Смотреть другие языки программирования