Flutter Material UI BorderStyle Enum
The style of line to draw for a BorderSide in a Border.
BorderStyle Constants
-
BorderStyle.none: Skip the border.
-
BorderStyle.solid: Draw the border as a solid line.
-
BorderStyle.values: A constant List of the values in this enum, in order of their declaration.
Reference