renderBorder property

bool renderBorder
final

Whether or not to render a border around each toggle button.

When true, a border with borderWidth, borderRadius and the appropriate border color will render. Otherwise, no border will be rendered.

Implementation

final bool renderBorder;