How to add footer hight on pluto #1025
Unanswered
StarsHat18
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
footerRenderer: (rendererContext) {
Container(
height: 20,
alignment: Alignment.center,
padding: const EdgeInsets.only(right: 8),
child: AutoSizeText("Total"),
)
}
but on widget inpsestor got constraints h 46. i cant setting the constraints because is define by pluto him self.
Beta Was this translation helpful? Give feedback.
All reactions