Types of Widgets In flutter.
Types Of Widgets in Flutter .
- StateLessWidget
- Widget does not do Any change while running .
- Don't Store any Data.
- examples:- Text,Icon,Column,row,center,
- StateFullWidget
- Widget does changes while working in running.
- Dynamic In Nature
- Examples:- Button, Slider, checkBox,radio Box,textfield etc.
Comments
Post a Comment