@@ -479,24 +479,6 @@ More info:
479
479
- https://api.flutter.dev/flutter/widgets/Expanded-class.html
480
480
- https://api.flutter.dev/flutter/widgets/Flexible-class.html
481
481
482
- ## Container
483
-
484
- Docs: https://api.flutter.dev/flutter/widgets/Container-class.html
485
-
486
- Properties:
487
-
488
- - bgColor (background color - ` decoration: BoxDecoration.color ` )
489
- - alignment - ` topLeft ` , ` topCenter ` , ` topRight ` , ` centerLeft ` , ` center ` , ` centerRight ` , ` bottomLeft ` , ` bottomCenter ` , ` bottomRight `
490
- - border - width, color
491
- - borderRadius
492
- - verticalScroll (S2)
493
- - horizontalScroll (S2)
494
- - autoScroll (S2) - ` end ` , ` start ` ([ example] ( https://stackoverflow.com/questions/43485529/programmatically-scrolling-to-the-end-of-a-listview ) ).
495
- - content - child control of any type
496
- - marging
497
- - padding
498
- - tooltip
499
-
500
482
## Row
501
483
502
484
Docs: https://api.flutter.dev/flutter/widgets/Row-class.html
@@ -638,136 +620,6 @@ Properties:
638
620
- border_radius - to make rounded corners
639
621
- tooltip
640
622
641
- ## CircleAvatar
642
-
643
- Docs: https://api.flutter.dev/flutter/material/CircleAvatar-class.html
644
-
645
- Properties:
646
-
647
- - foregroundImageUrl
648
- - backgroundImageUrl
649
- - color
650
- - bgColor
651
- - radius
652
- - minRadius
653
- - maxRadius
654
- - content
655
- - tooltip
656
-
657
- ## ProgressBar
658
-
659
- Docs: https://api.flutter.dev/flutter/material/LinearProgressIndicator-class.html
660
-
661
- Properties:
662
-
663
- - color
664
- - bgColor
665
- - barHeight
666
- - value
667
- - label
668
- - description
669
- - tooltip
670
-
671
- ## ProgressRing
672
-
673
- Docs: https://api.flutter.dev/flutter/material/CircularProgressIndicator-class.html
674
-
675
- Properties:
676
-
677
- - color
678
- - bgColor
679
- - strokeWidth
680
- - value
681
- - label
682
- - labelPosition
683
- - tooltip
684
-
685
- ## ElevatedButton
686
-
687
- Docs: https://api.flutter.dev/flutter/material/ElevatedButton-class.html
688
-
689
- Properties:
690
-
691
- - text
692
- - icon
693
- - iconColor
694
- - content - a Control representing custom button content
695
- - tooltip
696
- - autofocus
697
-
698
- Events:
699
-
700
- - click
701
-
702
- ## OutlinedButton
703
-
704
- Docs: https://api.flutter.dev/flutter/material/OutlinedButton-class.html
705
-
706
- Properties:
707
-
708
- - text
709
- - icon
710
- - iconColor
711
- - content - a Control representing custom button content
712
- - tooltip
713
- - autofocus
714
-
715
- Events:
716
-
717
- - click
718
-
719
- ## TextButton
720
-
721
- Docs: https://api.flutter.dev/flutter/material/TextButton-class.html
722
-
723
- Properties:
724
-
725
- - text
726
- - icon
727
- - iconColor
728
- - content - a Control representing custom button content
729
- - tooltip
730
- - autofocus
731
-
732
- Events:
733
-
734
- - click
735
-
736
- ## IconButton
737
-
738
- Docs: https://api.flutter.dev/flutter/material/IconButton-class.html
739
-
740
- Properties:
741
-
742
- - icon
743
- - iconColor
744
- - bgcolor
745
- - iconSize
746
- - tooltip
747
- - content - a Control representing custom button content
748
- - autofocus
749
-
750
- Events:
751
-
752
- - onPressed
753
-
754
- ## FloatingActionButton (FAB)
755
-
756
- Docs: https://api.flutter.dev/flutter/material/FloatingActionButton-class.html
757
-
758
- Properties:
759
-
760
- - text
761
- - icon
762
- - bgColor
763
- - content - a Control representing custom button content
764
- - tooltip
765
- - autofocus
766
-
767
- Events:
768
-
769
- - click
770
-
771
623
## RadioGroup
772
624
773
625
Properties:
0 commit comments