Answers for "footer flutter"

1

footer flutter

persistentFooterButtons: [
        Container(
          width: 900,
          child: Text(
            'This is a footer',
            textAlign: TextAlign.center,
            style: TextStyle(
              color: Colors.white,
              letterSpacing: 1,
            ),
          ),
        )
      ],
Posted by: Guest on June-11-2020

Browse Popular Code Answers by Language