This is the list of supported widgets and properties that I have implemented / can implement.
Property |
Support |
Note |
data |
✅ |
"This is text" |
fontWeight |
✅ |
|
textAlign |
✅ |
|
fontSize |
✅ |
|
color |
✅ |
|
fontFamily |
🚧 |
|
maxLines |
🚧 |
|
overflow |
🚧 |
|
textStyle |
🚧 |
|
Property |
Support |
Note |
image |
✅ |
AssetImage , NetworkImage |
width |
✅ |
|
height |
✅ |
|
fit |
✅ |
|
cached |
🚧 |
CachedNetworkImage |
Property |
Support |
Note |
width |
✅ |
200.0 by default |
height |
✅ |
200.0 by default |
color |
✅ |
BoxDecoration |
borderRadius |
✅ |
BoxDecoration |
padding |
🚧 |
|
margin |
🚧 |
|
alignment |
🚧 |
|
clipBehavior |
🚧 |
|
Property |
Support |
Note |
padding |
✅ |
EdgeInsets.only |
Property |
Support |
Note |
width |
✅ |
200.0 by default |
height |
✅ |
200.0 by default |
Property |
Support |
Note |
alignment |
✅ |
topLeft by default |
children |
✅ |
Using ReorderListView to order child in children |
fit |
🚧 |
|
Property |
Support |
Note |
mainAxisSize |
✅ |
|
crossAxisAlignment |
✅ |
|
mainAxisAlignment |
✅ |
|
children |
✅ |
Using ReorderListView to order child in children |
textDirection |
🚧 |
|
Property |
Support |
Note |
mainAxisSize |
✅ |
|
crossAxisAlignment |
✅ |
|
mainAxisAlignment |
✅ |
|
children |
✅ |
Using ReorderListView to order child in children |
textDirection |
🚧 |
|
Property |
Support |
Note |
children |
🚧 |
Using ReorderListView to order child in children |
scrollDirection |
🚧 |
|
padding |
🚧 |
|
Property |
Support |
Note |
child |
✅ |
Text by default |
onPressed |
🚧 |
|
style |
🚧 |
|
InputDecoration.OutlineInputBorder
by default
Property |
Support |
Note |
labelText |
✅ |
|
hintText |
✅ |
|
obscureText |
✅ |
|
prefixIcon |
🚧 |
|
suffixIcon |
🚧 |
|