Flutter - Outline Button Widget | Flutter Tutorial

preview_player
Показать описание
Flutter - Outline Button Widget | Flutter Tutorial

Similar to a FlatButton with a thin grey rounded rectangle border.
The outline button's border shape is defined by shape and its appearance is defined by borderSide, disabledBorderColor, and highlightedBorderColor. By default the border is a one pixel wide grey rounded rectangle that does not change when the button is pressed or disabled. By default the button's background is transparent.

In this video, we will learn about how to use outlinebutton in Flutter ⬇️