Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have this code:
controls=[
ft.ResponsiveRow(
controls=[
ft.Container(
col={
"sm": 6,
"md": 3,
},
border_radius=10,
padding=ft.Padding.only(top=70, bottom=70),
bgcolor=ft.colors.GREY,
),
and it is giving me this error: type object: 'Padding' has no attribute 'only'... I searched for it on the docs but it is not clear how to solve this problem.. thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions