-
-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Description
Description
Border Radius doesn't work for table; this is a limitation of the TableBorder class, where borderRadius only works with TableBorder.all() and not with TableBorder() or TableBorder.symmetric()
Steps To Reproduce
- Add borderRadius to tableBorder in json
- borderRadius is not applied
Expected Behavior
Add support for tableBorder.all() constructor.
Additional Context
This can be done in 2 ways.
- Intrinsically where if dev passes borderRadius and nothing else then use TableBorder.all() constructor to render; if user passes other variables then ignore borderRadius altogether.
- Explicitly where dev can state if they want to use TableBorder or TableBorder.all(); this will also allow us to
color,widthandstyleproperties which are supported by TableBorder.all()
If approach 2 is to be implemented, then support for TableBorder.symmetric() should also be added to round off the widget
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working