กระพือภาพ textfield ป้ายสี

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

2
0

สี textfield ข้อความกระพือภาพ

TextField(
  style: TextStyle(color: Colors.white),
  ...
)
1
0

ข้อความสวคราวที่เยี่ยมสีของกระพือภาพชุดตกแต่ง

ThemeData( 
  // (...)
  hintStyle: TextStyle(
     color: Colors.grey, // <-- Change this
     fontSize: null,
     fontWeight: FontWeight.w400,
     fontStyle: FontStyle.normal,
     ),
);
0
0

กระพือภาพ textfield ป้ายสี

labelStyle: TextStyle(
	color: Colors.white,
)

ในภาษาอื่นๆ

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

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