Module padding
iced
0.14.0-dev
Module padding
Module Items
Structs
Functions
In crate iced
Modules
advanced
alignment
animation
application
border
clipboard
daemon
debug
event
executor
font
gradient
keyboard
mouse
overlay
padding
stream
system
task
theme
time
touch
widget
window
Macros
color
Structs
Animation
Border
Color
Degrees
Font
Padding
Pixels
Point
Radians
Rectangle
Settings
Shadow
Size
Subscription
Task
Transformation
Vector
Enums
Alignment
Background
ContentFit
Error
Event
Gradient
Length
Rotation
Theme
Traits
Executor
Function
Program
Functions
application
daemon
exit
never
run
Type Aliases
Element
Renderer
Result
iced
Module
padding
Copy item path
Settings
Help
Summary
Expand description
Space stuff around the perimeter.
Structs
§
Padding
An amount of space to pad for each side of a box
Functions
§
all
Create a
Padding
that is equal on all sides.
bottom
Create some bottom
Padding
.
left
Create some left
Padding
.
right
Create some right
Padding
.
top
Create some top
Padding
.