bordered property

  1. @mustCallSuper
void bordered=(bool value)

Set whether or not this window has a border.

SDL Docs

Implementation

@mustCallSuper
set bordered(final bool value) =>
    sdl.sdl.SDL_SetWindowBordered(handle, sdl.boolToValue(value));