This document outlines the core widgets available for use with Remote Flutter Widgets (RFW), detailing their supported properties.
Important Considerations:
- Enums are represented as strings (e.g.,
"start"
forMainAxisAlignment.start
). - Types with multiple subclasses (e.g.,
ColorFilter
) are represented as maps with atype
key. - Matrices are represented as column-major flattened arrays.
AlignmentGeometry
can be{x: ..., y: ...}
or{start: ..., y: ...}
.