Skip to content

Instantly share code, notes, and snippets.

View mrabiciu's full-sized avatar
📱

Max Rabiciuc mrabiciu

📱
View GitHub Profile
@mrabiciu
mrabiciu / mock_payload.py
Last active April 25, 2023 21:10
Mock payload for position section
return [
Text(text = "Your Position", style = TextStyle.HEADER),
Container(
axis = Axis.HORIZONTAL,
content = [
DataRow(...),
DataRow(...),
],
),
Container(